[INFO] cloning repository https://github.com/tkimmeth/tuinnel
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/tkimmeth/tuinnel" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftkimmeth%2Ftuinnel", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftkimmeth%2Ftuinnel'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] a5d7e4418f7380a577dd27e6df11f0491e7a10c1
[INFO] checking tkimmeth/tuinnel against try#8ac0915e346f9a2e49ca3951b642c55bd7d1eaab for pr-158447
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftkimmeth%2Ftuinnel" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/tkimmeth/tuinnel
[INFO] finished tweaking git repo https://github.com/tkimmeth/tuinnel
[INFO] tweaked toml for git repo https://github.com/tkimmeth/tuinnel written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/tkimmeth/tuinnel on toolchain 8ac0915e346f9a2e49ca3951b642c55bd7d1eaab
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8ac0915e346f9a2e49ca3951b642c55bd7d1eaab" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/tkimmeth/tuinnel already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8ac0915e346f9a2e49ca3951b642c55bd7d1eaab" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded toml v1.0.1+spec-1.1.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] bd9037286522def72425387362cb3fe7c24d594af42678d2b1392e7edcd1aa62
[INFO] running `Command { std: "docker" "start" "bd9037286522def72425387362cb3fe7c24d594af42678d2b1392e7edcd1aa62", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "bd9037286522def72425387362cb3fe7c24d594af42678d2b1392e7edcd1aa62" "/opt/rustwide/cargo-home/bin/cargo" "+8ac0915e346f9a2e49ca3951b642c55bd7d1eaab" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "bd9037286522def72425387362cb3fe7c24d594af42678d2b1392e7edcd1aa62", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "bd9037286522def72425387362cb3fe7c24d594af42678d2b1392e7edcd1aa62" "/opt/rustwide/cargo-home/bin/cargo" "+8ac0915e346f9a2e49ca3951b642c55bd7d1eaab" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]     Checking smallvec v1.15.1
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]     Checking errno v0.3.14
[INFO] [stderr]    Compiling instability v0.3.11
[INFO] [stderr]    Compiling convert_case v0.10.0
[INFO] [stderr]    Compiling time-macros v0.2.27
[INFO] [stderr]     Checking unicode-truncate v2.0.1
[INFO] [stderr]     Checking compact_str v0.9.0
[INFO] [stderr]    Compiling rustix v1.1.3
[INFO] [stderr]     Checking mio v1.1.1
[INFO] [stderr]     Checking getrandom v0.2.17
[INFO] [stderr]     Checking line-clipping v0.3.5
[INFO] [stderr]     Checking percent-encoding v2.3.2
[INFO] [stderr]    Compiling anyhow v1.0.101
[INFO] [stderr]     Checking toml_parser v1.0.8+spec-1.1.0
[INFO] [stderr]     Checking signal-hook-registry v1.4.8
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking zip v0.6.6
[INFO] [stderr]     Checking ring v0.17.14
[INFO] [stderr]     Checking form_urlencoded v1.2.2
[INFO] [stderr]     Checking signal-hook v0.3.18
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]    Compiling quote v1.0.44
[INFO] [stderr]     Checking signal-hook-mio v0.2.5
[INFO] [stderr]     Checking toml v1.0.1+spec-1.1.0
[INFO] [stderr]    Compiling syn v2.0.115
[INFO] [stderr]     Checking time v0.3.47
[INFO] [stderr]     Checking rustls-webpki v0.103.13
[INFO] [stderr]     Checking simplelog v0.12.2
[INFO] [stderr]     Checking rustls v0.23.40
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling darling_core v0.23.0
[INFO] [stderr]    Compiling zerofrom-derive v0.1.7
[INFO] [stderr]    Compiling yoke-derive v0.8.2
[INFO] [stderr]    Compiling zerovec-derive v0.11.3
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling strum_macros v0.27.2
[INFO] [stderr]    Compiling derive_more-impl v2.1.1
[INFO] [stderr]    Compiling clap_derive v4.5.55
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]     Checking kasuari v0.4.11
[INFO] [stderr]     Checking derive_more v2.1.1
[INFO] [stderr]     Checking zerofrom v0.1.7
[INFO] [stderr]     Checking crossterm v0.29.0
[INFO] [stderr]     Checking yoke v0.8.2
[INFO] [stderr]     Checking clap v4.5.58
[INFO] [stderr]     Checking zerovec v0.11.6
[INFO] [stderr]     Checking zerotrie v0.2.4
[INFO] [stderr]    Compiling darling_macro v0.23.0
[INFO] [stderr]    Compiling darling v0.23.0
[INFO] [stderr]     Checking strum v0.27.2
[INFO] [stderr]     Checking ratatui-core v0.1.0
[INFO] [stderr]     Checking tinystr v0.8.3
[INFO] [stderr]     Checking potential_utf v0.1.5
[INFO] [stderr]     Checking icu_collections v2.2.0
[INFO] [stderr]     Checking icu_locale_core v2.2.0
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking icu_provider v2.2.0
[INFO] [stderr]     Checking ratatui-widgets v0.3.0
[INFO] [stderr]     Checking ratatui-crossterm v0.1.0
[INFO] [stderr]     Checking icu_properties v2.2.0
[INFO] [stderr]     Checking icu_normalizer v2.2.0
[INFO] [stderr]     Checking ratatui-macros v0.7.0
[INFO] [stderr]     Checking ratatui v0.30.0
[INFO] [stderr]     Checking idna_adapter v1.2.2
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]     Checking url v2.5.8
[INFO] [stderr]     Checking ureq v2.12.1
[INFO] [stderr]     Checking tuinnel v1.0.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: field `pid` is never read
[INFO] [stdout]   --> src/backend.rs:45:9
[INFO] [stdout]    |
[INFO] [stdout] 37 | pub struct SessionInfo {
[INFO] [stdout]    |            ----------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 45 |     pub pid: Option<u32>,
[INFO] [stdout]    |         ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `SessionInfo` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `protocol` is never used
[INFO] [stdout]   --> src/backend.rs:78:8
[INFO] [stdout]    |
[INFO] [stdout] 66 | pub trait VpnBackend: Send + Sync {
[INFO] [stdout]    |           ---------- method in this trait
[INFO] [stdout] ...
[INFO] [stdout] 78 |     fn protocol(&self) -> Protocol;
[INFO] [stdout]    |        ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `refresh_interface` and `has_interface` are never used
[INFO] [stdout]    --> src/bandwidth.rs:119:12
[INFO] [stdout]     |
[INFO] [stdout]  32 | impl BandwidthMonitor {
[INFO] [stdout]     | --------------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 119 |     pub fn refresh_interface(&mut self) {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 147 |     pub fn has_interface(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `lookup_server` is never used
[INFO] [stdout]    --> src/geo.rs:155:8
[INFO] [stdout]     |
[INFO] [stdout] 155 | pub fn lookup_server(server_name: &str) -> Option<(f64, f64)> {
[INFO] [stdout]     |        ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `lookup_city_code` is never used
[INFO] [stdout]    --> src/geo.rs:177:4
[INFO] [stdout]     |
[INFO] [stdout] 177 | fn lookup_city_code(country: &str, city_code: &str) -> Option<(f64, f64)> {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `lookup_country` is never used
[INFO] [stdout]    --> src/geo.rs:191:4
[INFO] [stdout]     |
[INFO] [stdout] 191 | fn lookup_country(country: &str) -> Option<(f64, f64)> {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `server_city_name` is never used
[INFO] [stdout]    --> src/geo.rs:217:8
[INFO] [stdout]     |
[INFO] [stdout] 217 | pub fn server_city_name(server_name: &str) -> Option<&'static str> {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `is_land` is never used
[INFO] [stdout]    --> src/globe.rs:208:12
[INFO] [stdout]     |
[INFO] [stdout] 183 | impl WorldMap {
[INFO] [stdout]     | ------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 208 |     pub fn is_land(&self, lat: f64, lon: f64) -> bool {
[INFO] [stdout]     |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `tags` is never read
[INFO] [stdout]   --> src/servers.rs:36:9
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub struct ServerEntry {
[INFO] [stdout]    |            ----------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 36 |     pub tags: Vec<String>,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ServerEntry` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `country_code` is never read
[INFO] [stdout]    --> src/tui.rs:104:14
[INFO] [stdout]     |
[INFO] [stdout] 104 |     Cities { country_code: String, country_name: String },
[INFO] [stdout]     |     ------   ^^^^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `pid` is never read
[INFO] [stdout]   --> src/backend.rs:45:9
[INFO] [stdout]    |
[INFO] [stdout] 37 | pub struct SessionInfo {
[INFO] [stdout]    |            ----------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 45 |     pub pid: Option<u32>,
[INFO] [stdout]    |         ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `SessionInfo` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `protocol` is never used
[INFO] [stdout]   --> src/backend.rs:78:8
[INFO] [stdout]    |
[INFO] [stdout] 66 | pub trait VpnBackend: Send + Sync {
[INFO] [stdout]    |           ---------- method in this trait
[INFO] [stdout] ...
[INFO] [stdout] 78 |     fn protocol(&self) -> Protocol;
[INFO] [stdout]    |        ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `refresh_interface` and `has_interface` are never used
[INFO] [stdout]    --> src/bandwidth.rs:119:12
[INFO] [stdout]     |
[INFO] [stdout]  32 | impl BandwidthMonitor {
[INFO] [stdout]     | --------------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 119 |     pub fn refresh_interface(&mut self) {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 147 |     pub fn has_interface(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `lookup_server` is never used
[INFO] [stdout]    --> src/geo.rs:155:8
[INFO] [stdout]     |
[INFO] [stdout] 155 | pub fn lookup_server(server_name: &str) -> Option<(f64, f64)> {
[INFO] [stdout]     |        ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `lookup_city_code` is never used
[INFO] [stdout]    --> src/geo.rs:177:4
[INFO] [stdout]     |
[INFO] [stdout] 177 | fn lookup_city_code(country: &str, city_code: &str) -> Option<(f64, f64)> {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `lookup_country` is never used
[INFO] [stdout]    --> src/geo.rs:191:4
[INFO] [stdout]     |
[INFO] [stdout] 191 | fn lookup_country(country: &str) -> Option<(f64, f64)> {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `server_city_name` is never used
[INFO] [stdout]    --> src/geo.rs:217:8
[INFO] [stdout]     |
[INFO] [stdout] 217 | pub fn server_city_name(server_name: &str) -> Option<&'static str> {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `is_land` is never used
[INFO] [stdout]    --> src/globe.rs:208:12
[INFO] [stdout]     |
[INFO] [stdout] 183 | impl WorldMap {
[INFO] [stdout]     | ------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 208 |     pub fn is_land(&self, lat: f64, lon: f64) -> bool {
[INFO] [stdout]     |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `tags` is never read
[INFO] [stdout]   --> src/servers.rs:36:9
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub struct ServerEntry {
[INFO] [stdout]    |            ----------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 36 |     pub tags: Vec<String>,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ServerEntry` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `country_code` is never read
[INFO] [stdout]    --> src/tui.rs:104:14
[INFO] [stdout]     |
[INFO] [stdout] 104 |     Cities { country_code: String, country_name: String },
[INFO] [stdout]     |     ------   ^^^^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.05s
[INFO] running `Command { std: "docker" "inspect" "bd9037286522def72425387362cb3fe7c24d594af42678d2b1392e7edcd1aa62", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bd9037286522def72425387362cb3fe7c24d594af42678d2b1392e7edcd1aa62", kill_on_drop: false }`
[INFO] [stdout] bd9037286522def72425387362cb3fe7c24d594af42678d2b1392e7edcd1aa62
